home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1996 December
/
macgaichiban199612.bin
/
NEWS ROOM
/
contentm.dir
/
00043.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-02-20
|
257 b
|
12 lines
on enterFrame
set the movieTime of sprite 12 to 0
set the movieRate of sprite 12 to 1
end
on exitFrame
repeat while (the movieTime of sprite 12 < 9660) and (the mouseDown <> 1)
updateStage()
end repeat
set the movieTime of sprite 12 to 0
end